Spread Silverlight Documentation
CopyTo(StyleInfo[],Int32) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class > CopyTo Method : CopyTo(StyleInfo[],Int32) Method
The one-dimensional array into which the elements from ICollection are copied. The array must have zero-based indexing.
The zero-based index in the array at which to paste styles.
Copies the styles in the collection to a specified array at a specified position.
Syntax
'Declaration
 
Public Overloads Overridable Sub CopyTo( _
   ByVal namedStyles() As StyleInfo, _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As StyleInfoCollection
Dim namedStyles() As StyleInfo
Dim index As System.Integer
 
instance.CopyTo(namedStyles, index)
public virtual void CopyTo( 
   StyleInfo[] namedStyles,
   System.int index
)

Parameters

namedStyles
The one-dimensional array into which the elements from ICollection are copied. The array must have zero-based indexing.
index
The zero-based index in the array at which to paste styles.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members
Overload List